home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
wais
/
waisgate
/
HTWAIS.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-05-09
|
1KB
|
36 lines
/* WAIS protocol module for the W3 library
WAIS PROTOCOL INTERFACE
This module does not actually perform the WAIS protocol directly, but it does using one
or more library of the WAIS distribution. The ui.a library came with the old free WAIS
from TMC, the client.a and wais.a libraries are needed from the freeWAIS from CNIDR.
If you include this module in the library, you must also
Register the HTWAIS protocol at initialisation (e.g. HTInit or HTSInit) by compiling
it with -DDIRECT_WAIS
Link with the libraries
The wais source files are parsed by a sepaarte and independent module, HTWSRC. You
can include WSRC without including direct wais using this module, and your WWW code
will be able to read source files, and access WAIS indexes through a gateway.
Anyways, this interface won't change much:
*/
#ifndef HTWAIS_H
#define HTWAIS_H
#include "HTUtils.h"
#include "HTAccess.h"
extern HTProtocol HTWAIS;
#endif
/*
Tim BL
*/